CustomValidator AnnotationThis annotation can be used for custom validators. Use the ValidationParameter annotation to supply additional params. UsageThe annotation must be applied at method or type level.Parameters
Examples@CustomValidator(type ="customValidatorName", fieldName = "myField") Adding ParametersUse the ValidationParameter annotation to add custom parameter values. |